Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

49 Commits

Repository files navigation

What is Cellua?

Cellua is a fast cell based script-able graphics engine for grid based graphics

Usage

  1. Download the latest binary
  2. Add it to PATH
  3. Clone cellua project template
  4. Run Cellua in the directory

Example

window=Window.NewWindow(800, "Demo")
scene=window.GetScene()
ran=Random.NewRandomBool()
forx=1, 799dofory=1, 799doifran.NextBoolean() thenscene.SetColor(x, y, 255, 0, 0, 255)
endendwindow.Clear()
window.Display()
endwhilewindow.IsOpen() dowindow.Clear()
window.Display()
end

About

Cellua is a fast cell based script-able graphics engine

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages