Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-16 | refa Move BluCan initialization to BluCat folder | Frederico Linhares | |
2024-05-08 | refa Rename graphical engine to BluCat | Frederico Linhares | |
2023-05-31 | fixt Remove YAML from engine | Frederico Linhares | |
* README.markdown: Remove a dependency that no longer exists and add one that was missing. * src/candy_gear.cpp: Remove YAML from the engine as mruby already provides it. * src/sprite_implementation.cpp, src/sprite_implementation.hpp: Remove unused code. | |||
2022-10-10 | feat Move configuration from YAML file to game | Frederico Linhares | |
2022-09-21 | feat Create View2D | Frederico Linhares | |
2022-09-16 | feat Create View | Frederico Linhares | |
2022-09-08 | styl Improve legibility of rotation_3d and vector_3d | Frederico Linhares | |
2022-08-30 | feat Create 2d graphics pipeline | Frederico Linhares | |
2022-08-22 | feat Make camera and model instance more abstract | Frederico Linhares | |
* src/camera.cpp src/camera.hpp: Remove the camera as Vector3D and Rotation3D are going to replace it. * src/model.cpp: Add draw command as instances do not exist anymore. * src/model/instance.cpp src/model/instance.hpp: Remove the instance as Vector3D and Rotation3D are going to replace it. | |||
2022-08-03 | feat Create a log system | Frederico Linhares | |
2022-08-02 | refa Use Vulkan for graphics | Frederico Linhares | |
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation. | |||
2022-04-06 | Initial commit | Frederico Linhares | |