All Projects → haxegon → Haxegon

haxegon / Haxegon

Licence: mit
A haxe programming library for beginners. Powered by OpenFL and Starling.

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to Haxegon

Lgame
A cross-platform Java game Engine (Framework) , support JavaFX / Android / IOS / HTML5 / Linux / MAC / Windows
Stars: ✭ 467 (+156.59%)
Mutual labels:  framework, game, html5
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+10570.33%)
Mutual labels:  framework, game, html5
Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+1050.55%)
Mutual labels:  game, mac
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-24.18%)
Mutual labels:  game, html5
Fos
Web Components to turn your web app into a fake operating system
Stars: ✭ 151 (-17.03%)
Mutual labels:  framework, html5
Silenceengine
A cross platform 2D / 3D Java Game Engine (Desktop / Html5 / Android)
Stars: ✭ 116 (-36.26%)
Mutual labels:  mac, html5
Hilo3d
Hilo3d, a WebGL Rendering Engine.
Stars: ✭ 123 (-32.42%)
Mutual labels:  game, html5
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at
Stars: ✭ 149 (-18.13%)
Mutual labels:  game, html5
Openpanzer
Javascript/HTML5 rewrite of Panzer General 2 game
Stars: ✭ 98 (-46.15%)
Mutual labels:  game, html5
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (-8.24%)
Mutual labels:  framework, html5
Fxgl
Stars: ✭ 2,378 (+1206.59%)
Mutual labels:  framework, game
Stage.js
2D HTML5 rendering and layout engine for game development
Stars: ✭ 2,138 (+1074.73%)
Mutual labels:  game, html5
Flexy
Flexy is minimal CSS framework made with Flex
Stars: ✭ 114 (-37.36%)
Mutual labels:  framework, html5
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-39.01%)
Mutual labels:  game, html5
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-32.42%)
Mutual labels:  game, html5
Micro Racing
🚗 🏎️ 🎮 online 3D multiplayer neural networks based racing game
Stars: ✭ 100 (-45.05%)
Mutual labels:  game, html5
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-19.23%)
Mutual labels:  framework, html5
Buttercake
Material Design Components, Responsive and Modern CSS Framework Built with Flexbox 🍰
Stars: ✭ 178 (-2.2%)
Mutual labels:  framework, html5
Bige
游戏服务器框架。
Stars: ✭ 76 (-58.24%)
Mutual labels:  framework, game
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+569.78%)
Mutual labels:  framework, html5

A quick, overdue note about the current status of Haxegon:

I started creating Haxegon to provide a beginner friendly and powerful game prototyping library to new programmers, but I haven't had the time needed to put into making that a reality. Haxegon, in it's current state, is basically just a personal framework that I can't really recommend to new programmers, and this is unlikely to change for the foreseeable future.

If you're looking for ways to get started programming that have a similar vibe to what I wanted Haxegon to be, then I can recommend looking into the following projects:

Free:

LÖVE - A free 2D game engine based on Lua.

openFrameworks - A collection of C++ libraries aimed at visual artists, billed as a "toolkit for creative coding". A major inspiration for Haxegon, and was used in the creation of Super Hexagon.

HaxeFlixel - An excellent, widely used 2D game engine, powered by Haxe!

Godot - A free and open source game engine, rivaling the power of engines like Unity.

Commercial:

Pico8 - An 8-bit fantasy console with an excellent HTML5 exporter. Lua based.

GameMaker - This classic game making tool is still one of the best game making toolkits around. Used for the creation of several high profile indie hits, including Hyper Light Drifter, Hotline Miami and Nuclear Throne.

Original (and out of date) readme for haxegon follows:


Haxegon (version 0.13.0 (2018-09-04))

Haxegon is a tiny haxe programming library aimed at beginners. Haxegon is starting to get pretty stable, so you can expect the API not to change too much more before 1.0!

The current update, 0.13.0, brings support for the latest versions of OpenFL (8.4.1), Lime (7.0.0) and Starling (2.4.1). The documentation focus has been pushed back to 0.14.0 to keep things up to date!

Haxegon compiles natively to HTML5 and Desktop (Win, Mac, Linux, Neko). Flash is also supported as a legacy/development platform. Other platforms (including Mobile and Switch) are possible, and may be coming in future!

Trying it out

Interested in trying it out? First install openfl via instructions here, then you can install Haxegon using haxelib:

haxelib install haxegon

Once the library is installed, use this blank project file to get started:

[blankproject.zip]

Documentation is available at haxegon.com, and a growing selection of example projects are available here. You can also extend Haxegon with plugins, available here. More coming soon!

Last Updates

0.13.0 (2018-09-04)

About version 0.13.0

Haxegon hasn't worked with the most recent versions of OpenFL for a couple of months now, so I decided to release this version to get things back up and running. Originally the idea was that this version would focus on documentation, but that's been pushed back. A lot of the changes in this version are advanced features added for OVERWHELM, and for my current project Dicey Dungeons - though there are plenty of other fixes and improvements that will benefit everyone who uses the library!

New features

  • This version brings support for the latest versions of OpenFL (8.4.1), Lime (7.0.0) and Starling (2.4.1).
  • Added Core.enablescreen, which allows you to turn off the Haxegon screen completely. Useful if you just want to use Starling display objects directly!
  • Added Core.imagesmoothing - when true, uses bilinear smoothing when displaying images. false by default.
  • Better, faster Starling Mesh batching. (thanks, @randomnine!)
  • Optimisations to Gfx.drawsubimage(). (thanks, @randomnine!)
  • Added Gfx.drawellipse() and Gfx.fillellipse().
  • Added support for paths with ../ in Data.load functions.
  • Added Core.mobilebrowser(), which returns true if the application is being played in a browser on a mobile device.
  • Added default parameters to Save.loadvalue - e.g. var musicVolume = Save.loadvalue("MusicVolume", .5);. (thanks @increpare!)

Bug fixes/Tweaks

  • Updated Starling to v2.4.1.
  • Fixed a bug where Text.width() wasn't giving reliable values for bitmap fonts.
  • Supress default backspace key behaviour on HTML5. (It usually acts like a "back" button in browsers, which you probably don't want)
  • Added Gfx.unloadimage(). (Unloads an image, freeing up its resources.)
  • Support for higher resolution TTF fonts with Text.setfont().
  • Added Debug.limitdrawcalls for display list debugging.
  • Fixed mouse deltas on touch controls.
  • Fixed Gfx.clearscreen(Col.TRANSPARENT) - it now works as expected on all platforms.
  • Fixed a memory leak with Text.display().
  • Fixed HTML5 Fullscreen button controls.
  • Fixed Music.currentposition.
  • Fixed autocomplete issues in HaxeDevelop with Text.display().

(For a full update history, see the changelog.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].