Devlogs
Foxtrot Engine Showcase (ver.0.1.2)
Posted March 07, 2025 by GooCat Studio
#ver.0.1.2 #foxtrotengine #showcase
New Features & Updates
Here is the list of features that are presented in the showcase, ver.0.1.2.
- Basic components & custom behaviors applicable to game objects
- Mesh rendering (MeshRenderer component)
- 3D models can be imported into the scene
- Textures can be applied to the model
- Shading & Lighting
- Lights using Blinn-Phong reflection model
- Material properties
- Sprite rendering (SpriteRenderer component)
- Images can be imported into the scenes as Sprites
- Sprites can also be affected by lights
- GUI system
- File I/O
- Saving scenes to .chunk files.
- Loading scenes from .chunk files
- Resource Management
- Importing resources with supported formats
- Selective resource import to optimize memory usage.
Hotfix
- Error in TextRenderer, disabling the proper initialization has been resolved.