Giter VIP home page Giter VIP logo

engoengine.github.io's People

Contributors

blackth0rn avatar damienstanton avatar diwant avatar etiennebruines avatar fralonra avatar guigui64 avatar lukasmalkmus avatar mewmew avatar noofbiz avatar oooska avatar oppai avatar otraore avatar paked avatar swiecki avatar windo avatar zskamljic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

engoengine.github.io's Issues

Camera-concept is out of date

It currently uses a "public" CameraSystem, but it is private at the moment. Usage should be limited to using the CameraMessage for these kind of things.

I'd say we remove it entirely, and re-write it (possibly at a later stage).

can't go get engo, undefined: openFile

Not really sure what's going on here. I thought openFile was part of core go.

elliot@trinity:~$ go get -u github.com/EngoEngine/engo
# github.com/EngoEngine/engo
go/pkg/mod/github.com/!engo!engine/[email protected]/assets.go:90:13: undefined: openFile
go/pkg/mod/github.com/!engo!engine/[email protected]/axis.go:83:79: undefined: CanvasScale
go/pkg/mod/github.com/!engo!engine/[email protected]/axis.go:84:72: undefined: CanvasScale
go/pkg/mod/github.com/!engo!engine/[email protected]/axis.go:86:79: undefined: CanvasScale
go/pkg/mod/github.com/!engo!engine/[email protected]/axis.go:87:72: undefined: CanvasScale
go/pkg/mod/github.com/!engo!engine/[email protected]/engo.go:191:32: undefined: KeySpace
go/pkg/mod/github.com/!engo!engine/[email protected]/engo.go:192:34: undefined: KeyEnter
go/pkg/mod/github.com/!engo!engine/[email protected]/gamepads.go:53:23: undefined: Gamepad
go/pkg/mod/github.com/!engo!engine/[email protected]/gamepads.go:70:52: undefined: Gamepad
go/pkg/mod/github.com/!engo!engine/[email protected]/input.go:81:47: undefined: Gamepad
go/pkg/mod/github.com/!engo!engine/[email protected]/engo.go:192:34: too many errors
elliot@trinity:~$ go version
go version go1.17.7 freebsd/amd64

Tutorials

The tutorials now consist of:

  1. Foreword (setting up Go environment, explain what we're going to do)
  2. Hello-World (first window in engo, first static entity (like the "hello" demo)
  3. First-System (first user-written system, the basic MouseSystem, keyboard)

I am thinking about creating tutorial 4 tomorrow, which will be about the CameraSystem and a little bit more about the MouseSystem. It will allow them to move around in their world, and click on their cities.

The tutorial after, might be something about the HUD / Z-Indexes. We might open some kind of HUD-like information panel whenever they click on a city, displaying information. They would see that the HUD is static and doesn't move with the camera, which is nice.

This issue is to come up with ideas for additional tutorial-posts. And perhaps discuss which shall be made first, and which would be better if we waited.


Planned:

  • CameraSystem + MouseSystem continued
  • HUD / Z-Index

Ideas so far:

  • AudioSystem with sound effects / background music?
  • Custom shaders (I feel like I'm not the right person to teach someone else about this - up for grabs? )

Add link to GoDoc.org

We should make sure to add links to GoDoc.org

Based on the discussion at https://gitter.im/EngoEngine/engo?at=57240e47e10a59c0610750d4

@otraore
I also think before v1 we need a site redesign

@mewmew
With or without a site redesign, it would be great if there was a link to GoDoc.org from engo.io. Perhaps there is one and I failed to find it?

@otraore
I don’t think there is but I do agree there should be one

Remove webgl import path

The webgl package has been deprecated for a while so i think it's about time we remove it from this site. It has no use here.

Add a section for engo development

A place for people who want to work on the engine itself can go to see diagrams of the inner workings of engo and scrpts that make development easier, like running tests and ensuring changes don't break builds. Related to EngoEngine/engo#615

Test issue

Trying to add a test-issue. Please ignore if succeeds.

Logo

Is our logo final? If so, let's add it to our website header!

I think it should be added within the _includes/header.html file.

Tutorial needs a note to check out v1.0 of ecs

Hi,

I'm working through the tutorial and I found that when I got to the end of 01-hello-world, I was encountering the following error:

$ go run traffic.go
# engo.io/engo/common
../../../engo.io/engo/common/animation.go:99:11: invalid map key type ecs.BasicEntity
../../../engo.io/engo/common/animation.go:110:21: invalid map key type ecs.BasicEntity

After a bit of thinking and fiddling, I ran:

$ cd /src/engo.io/ecs/
$ git checkout v1.0

Changing back to the TrafficManager directory and running go run worked.

(Apologies for not raising a PR to fix the doc but I wasn't sure about the best place to put a note about this. In the foreword?)

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.