Releases: canoi12/tinycoffee
Releases · canoi12/tinycoffee
tico 0.1.5
Add
- user's custom shaders
- initial joystick support
- Lua erros are shown in the in window in runtime
tico 0.1.4
This version is a code refactor, i rewrite most of the modules for simplify and write up a new batch render
Add
- JSON parser (cJSON)
- config.json for user setup
- Lua wrap
- user can create a separated batch
- simple UI with microui
Update
- New render, used raylib structure as reference, instead of flush the batch everytime it changes texture or draw mode, it uses a "drawcall" array
tico 0.1.3
Add
- Camera module
- wren Camera class
- wren Font class
Update
- Using
stb_freetype
instead offreetype
- Drawing functions now use ints instead of floats, preventing lined shapes flickering
FIX
- Fixed gap in rectangle border on draw a wired rectangle
tico 0.1.2
Add:
- Config options inside wren with the
Config
class - build-release.sh to build release version for both windows and linux, it will strip the executables and zip.
Updated:
- Updated build scripts giving options to compile in debug or release modes. In release mode the it will be compiled with -O3 option for optimization, but take more time to finish
tico 0.1.1
Added:
- Draw triangles and circles
- Draw outlined shapes
Updated:
- Use release version of the external dependencies
- Using stdint
Fixed:
- main.wren crashing on load
tico 0.1.0
Merge pull request #1 from gitter-badger/gitter-badge Add a Gitter chat badge to README.md