Skip to content

FSource/FEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faeris

[Faeris] is a cross platform game engine for developing 2d games.

How To Install Faeris Game Engine

  1. Download faeris game engine code.
  2. open directory application/L_Faeris/ setup/ Faeris-SetupFiles and click setup.exe

How To Create Game Project

  1. create a file name with postfix *.fgame
  2. write the config infmation in *.fgame file like this:

	win:{
		width:960    # window width 
		height:640   # window height
		caption:"Faeris Game"  #window name 
	}
	script:{
		entry:"main.lua"  # script entry when start
	}
  1. create the main.lua file, and write you code

About

cross platform 2D game engine for android, ios, linux and window

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • C++ 20.6%
  • Python 0.9%
  • Java 0.6%
  • Objective-C 0.2%
  • Lua 0.0%