Skip to content

Releases: canoi12/tinycoffee

tico 0.1.5

04 Jul 17:42
Compare
Choose a tag to compare
tico 0.1.5 Pre-release
Pre-release

Add

  • user's custom shaders
  • initial joystick support
  • Lua erros are shown in the in window in runtime

tico 0.1.4

20 Jun 02:46
Compare
Choose a tag to compare
tico 0.1.4 Pre-release
Pre-release

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

27 May 22:33
Compare
Choose a tag to compare
tico 0.1.3 Pre-release
Pre-release

Add

  • Camera module
  • wren Camera class
  • wren Font class

Update

  • Using stb_freetype instead of freetype
  • 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

25 May 22:30
Compare
Choose a tag to compare
tico 0.1.2 Pre-release
Pre-release

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

25 May 04:50
Compare
Choose a tag to compare
tico 0.1.1 Pre-release
Pre-release

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

24 May 01:12
9a8cf44
Compare
Choose a tag to compare
tico 0.1.0 Pre-release
Pre-release
Merge pull request #1 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md