vertex

Vertex

A lightweight super-fast open-source game engine built with Go and OpenGL!

GitHub last commit GitHub license Lines of code

Please note that vertex is currently under high maintenance and is not production-ready. The project is actively being developed and improved, which is why there is only a main branch available. Its currently in Beta status

Building

Prerequisites

See wiki what you need to use this package.

Getting the Go package

Vertex is an ordinary go package, so you can get it using this command:

go get github.com/dimkauzh/vertex@latest

Running Examples

  1. Open a terminal.
  2. Clone the repo
    git clone https://github.com/dimkauzh/vertex.git
    
  3. Navigate to the root directory of the vertex-engine project.
    cd vertex
    
  4. To run the example, use the following command:
    go run example/example.go
    

Documentation

We have out documentation hosted on this repo’s wiki.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.