The Wayback Machine - https://web.archive.org/web/20200321170213/https://github.com/topics/engine
Skip to content
#

engine

Here are 1,516 public repositories matching this topic...

simonsan
simonsan commented Nov 2, 2019

Right now we give the following information (e.g.):

openage v0.4.0-69-g9412facd
opengl
MSVC 19.16.27032.1 [/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP]
Cython 0.29.14

For future debugging on the user side we could give more information:

  • OpenGL version number
  • nyan-lib version number
  • libc
  • sdl-version
  • Qt-version
  • maybe even opus-codec version

In addition:
jj quote:

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

flowy
AkkaWakka
AkkaWakka commented Dec 28, 2019

I think there is an error in the FrameLimiter implementation logic for the Sleep strategy, unless I'm misunderstanding something.

The docs say (emphasis mine):

Sleep will call thread::sleep with a duration of 0 milliseconds until the frame duration has passed.

In the code, the Sleep strategy is called with a zero duration:

const ZERO: Duration = Duration::from_millis(0
epelc
epelc commented Sep 24, 2019

Bug Report

What is the expected behavior?

Bug report starter stack blitz is currently broken.

What is the current behavior?

The provided stack blitz starter link for bug reports is broken with a 404 link. Not sure if this is stackblitz or an issue with how the nightly build is linked.

The stackblitz link from issue templates(template uses the goo.gl shortlink).

https:

vladak
vladak commented May 5, 2019

When working on a fix for #2755 I noticed that Git tag parsing is sub-optimal performance wise - to determine changeset/date for each tag a new command is spawned via Executor in buildTagEntry(). For repositories with large set of tags (e.g. Linux kernel) this could be taxing.

Either convert this to parallel execution (thread pool) or find a way how to get all the data in single command.

Houkime
Houkime commented Jul 26, 2018

It doesn't make sense to have binaries like Star Ruler 2.exe in repository because they should be either updated each commit or they will be simply irrelevant.
Given that they should be regenerated anyway and keeping them updated will just introduce unnecessary merge conflicts the choice that 99% of repos make is to exclude them.

Note that in order to remove sth from git repo and ignore, one s

xray-16
kacejot
kacejot commented Aug 1, 2019

For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!

That should be structured by the next design:

  • Main page contains only links to language main wiki page.
  • Language main page contains thematic sections like: Development, Modding, Using, Conti
wenfang6
wenfang6 commented Dec 9, 2019

Describe the bug
A clear and concise description of what the bug is.
how can i use jdbc to connect linkis
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain yo

soloud
brightening-eyes
brightening-eyes commented Feb 20, 2018

hi,
as you know, in SoLoud, the number of filters are limited
we should implement more like different reverbs, fir and irr filters, (these could be used to implement HRTF support), Chorus, One Poll, One Zero, Pole Zero, Two Pole, Two Zero, etc
a library exists called stk under zlib license which already implemented these maybe we can implement some of these out

Improve this page

Add a description, image, and links to the engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.