GithubHelp home page GithubHelp logo

figment's Introduction

figment

A simple, small, "from scratch" game engine for making the types of games I want to make

Why?

I'm a programmer, I like to understand how things work, and I think "engine-level" problems are really fun to work on. It would probably be smarter to use something like Godot or Unity, but those suck the fun out of creating for me. I also think I can probably create a more efficient engine for the specific games I want to make without the baggage of building something completely general purpose

What types of games?

Mostly 2D, often pixel art, tile-based games. A lot of my ideas end up being sidescrolling platformers, but top down games as well. And who knows, maybe one day something that doesn't quite fit "traditional" 2D games

How do you choose what to write from scratch?

Basically anything I'm interested in doing myself. For example, I'm not (yet) interested in:

  • Windowing/input
  • Playing sound/music
  • Rasterizing fonts
  • Loading PNGs
  • OpenGL function loading

This list might grow as I realize I need access to more things, but all of the submodules in the vendor/ folder solve problems I'm not interested in tackling

Is this an actual engine?

Depends on your definition. My current plan is to have some core libraries and systems that get re-used across all of my games along with a small handful of tools to make it easier to add content. I don't really have any aspirations to make a full-blown, general purpose game editor like Godot.

What's the expected workflow?

I'm still working on this, but I have plans for:

  • Asset creation and management through Aseprite. I have some ideas for an asset pipeline that uses Aseprite as the core and might involve some code generation
  • A scene/level editor. This will mostly be for tile painting and placing entities
  • Potentially an entity editor. This will mostly be for simple things like visually aligning bounding boxes, setting origins, etc. Could also select sprites/animations from here
  • Hot code reloading? We'll see I guess
  • Everything else is just code

figment's People

Contributors

eriktate avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.