cocon

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 342 total)
  • Author
    Posts
  • in reply to: Color #9197

    cocon
    Participant

    I don’t understand why this would be a problem. Is there any better way?

    in reply to: Quake BSP loading #9184

    cocon
    Participant

    Looks great!

    in reply to: [Tips] Reusable Library Directories #9159

    cocon
    Participant

    In this example the libraries and projects are placed in the same directory. But in a real case of where this approach would be useful is this. 🙂

    in reply to: [Tips] Reusable Library Directories #9143

    cocon
    Participant

    Yeah this is another good approach, I have seen that various open source projects are based on this approach, such as Blender. I would choose this one if the project was very streamlined and active, it would worth an appropriate file system setup.

    In my hard disk, everything is very unorganized – among various drives and cloud data. Also since I started organizing the projects based on date the file system relations become even more distributed.

    I would hope that Monkey2 perhaps in the future might support include and lib parameters, so things become a little flexible there.

    in reply to: Some Question About Monkey 2 #9142

    cocon
    Participant

    Monkey2 will get a 3D module soon (it’s now in the works and almost ready to roll). For building HTML5 games, this can be done with Emscripten, also there is support for iOS and Android devices as well.

    in reply to: Doom Research Download for testing #9134

    cocon
    Participant

    > sending the vbo data once …

    This technique reminds me of a batch renderer, where each drawing call is adding vertex data to the vertex buffer. However this optimization looks very interesting because you can save lots of data.

    in reply to: user modules folder? #9133

    cocon
    Participant
    in reply to: user modules folder? #9125

    cocon
    Participant

    Now I got the idea for a workaround, to use full path imports: #Import “C:/___.monkey2”

    However by doing some tests it seems that it doesn’t work, only relative paths work.

    in reply to: Star Rogue #9123

    cocon
    Participant

    This looks like an Epic amount of code!

    I could not even imagine how all these pieces can come together.

    in reply to: Doom Research Download for testing #9122

    cocon
    Participant

    You upload them to the GPU right as VBOs (though in modern OpenGL this is the only way) or there’s another more advanced technique?

    in reply to: Ted21 profiling #9119

    cocon
    Participant

    Great idea, this might help to understand speed issues better.

    Perhaps also adding a trace command would help to register values to the profiler directly. For example currently you can use Print which is the default output stream, but is not “useful” in such cases as looking at numerical values.

    in reply to: Doom Research Download for testing #9116

    cocon
    Participant

    I tested the program. Looks that it runs great.

    in reply to: Windows HttpRequest initial attempt #9115

    cocon
    Participant

    I wonder also if there’s a good strategy to interpret Windows API data structures. They look like that they are over complicated for no reason.

    Now I think that I would simply do a wrapper module in C to mess with the Win API and then expose only the good parts. 😐

    in reply to: Speedtest.net results. Fibre to the Premises #9114

    cocon
    Participant

    Very good speed! That’s about 110 MB per second, equivalent to a hard disk.

    in reply to: user modules folder? #9102

    cocon
    Participant

    What this would be? To use dynamic libraries instead of sources?

Viewing 15 posts - 166 through 180 (of 342 total)