GithubHelp home page GithubHelp logo

cimgui-go-ebiten's Introduction

cimgui-go-ebiten

Ebiten backend for cimgui-go!

WIP

This is a work in progress!

Credit for rendering code goes to https://github.com/gabstv/ebiten-imgui. Unfortunately the ebiten-imgui repository hasn't been updated in a while and the version of imgui is forked and outdated. This implementation uses the new backend abstraction to allow it to work with the latest versions of imgui, from the cimgui-go repository.

Important!

This repository is designed to work with https://github.com/AllenDang/cimgui-go; however, the cimgui-go repository has their own sdl and glfw implementations. Luckly,these can be disabled at build that we can use ebiten's window by supplying the following build tags:

  • exclude_cimgui_sdl
  • exclude_cimgui_glfw

example:

go run -tags exclude_cimgui_glfw,exclude_cimgui_sdl examples/ui_over_game/main.go

Trying to build without the cimgui exclude build tags will cause the compiler to throw a bunch of ld errors.

TODO

  • Add gamepad support

cimgui-go-ebiten's People

Contributors

damntourists avatar

Stargazers

Aman Singh avatar William Howell avatar Cauê Felchar avatar  avatar  avatar M.Sz. avatar

Watchers

 avatar  avatar

Forkers

gucio321

cimgui-go-ebiten's Issues

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.