Menu

Tree [ced76b] master sf-import /
 History

HTTPS access


File Date Author Commit
 mki3dgame 2017-05-07 Marcin Kik Marcin Kik [ced76b] added new monster shape.
 simple 2017-05-04 Marcin Kik Marcin Kik [9f18f2] glmki3d moved to github.com/mki1967/go-mki3d/
 .gitignore 2017-03-26 Marcin Kik Marcin Kik [b40baf] first commit
 LICENSE.md 2017-05-04 Marcin Kik Marcin Kik [9e8226] Create LICENSE.md
 README.md 2017-05-04 Marcin Kik Marcin Kik [a95574] Update README.md

Read Me

test-go-mki3d

This repository contains programs for demonstrating
go-mki3d packages from the repository:
https://github.com/mki1967/go-mki3d.git
that contain tools for reading and displaying the shapes designed with
MKI3D editor (see: https://mki1967.github.io/mki3d/ ) in Go language with the use of
"https://github.com/go-gl" libraries.

At this moment the repository contains:

  • simple - a simple demo of reading and displaying MKI3D data.
  • mki3dgame - a game, where you have to collect tokens on randomly selected stages and avoid being captured by the monsters. The stages, tokens and monsters are designed with MKI3D and just placed in specific sub-directories. You can design your own stages. You can see the screen-cast at: https://youtu.be/vp6nhvOqhdU

To run the programs you need the Go language and the following packages:

  • "github.com/go-gl/gl/v3.3-core/gl"
  • "github.com/go-gl/glfw/v3.2/glfw"
  • "github.com/go-gl/mathgl/mgl32"
  • "github.com/mki1967/go-mki3d/mki3d"
  • "github.com/mki1967/go-mki3d/glmki3d"
MongoDB Logo MongoDB