What game engine does minecraft use

To put it simply, Notch did not develop an engine to build Minecraft on top of. As others said, it uses LWJGL, but that's a lower-level engine and not really comparable to the type of engine you are talking about.

In theory, you could make a game from Minecraft, but it would require modding it heavily rather than building the game from an engine.

Disclaimer: I've only been educated in PHP/Javascript/HTML programming so I may be incorrect.

  • Home
  • Minecraft Forum
  • Minecraft: Java Edition
  • Discussion
  • Notch, what game engine are you using?

  • Search
    • Search all Forums
    • Search this Forum
    • Search this Thread
  • Tools
    • Jump to Forum

  • #1 Jul 27, 2010

    Kamrua

    • View User Profile
    • View Posts
    • Send Message

    What game engine does minecraft use

    • Out of the Water
    • Location: Thousand Oaks
    • Join Date: 7/17/2010
    • Posts: 44
    • Member Details

    I'd like to start making my own Games with Java and I'd like to know what game engine Notch is using. Did he make one himself?

  • #5 Jul 27, 2010

    8bit

    • View User Profile
    • View Posts
    • Send Message

    What game engine does minecraft use

    • Redstone Miner
    • Join Date: 1/10/2010
    • Posts: 589
    • Member Details

    Quote from Janitor.Master »

    He uses the lwjgl, though.

    I'm not super familiar with LWJGL. From what I gather it's just a collection of libraries? (OpenGL, OpenAL, etc..) It seems like you could just use OpenGL + SDL and cover most of your bases, but whatever.

    Quote from Darerd11 »

    Which is why the game and its components run on Javascript platform.

    No, Java.

  • #6 Jul 27, 2010

    Lwjgl breaks Java's inherent cross compatibility somewhat though. Obviously if this isn't something you're concerned about then go ahead and use it. But if you're intending to have an audience of Mac, Linux and Windows users, then be prepared to be patching for each OS.

  • #8 Apr 1, 2012

    Isn't there a way of making games without having to code? Just model and tell the computer what you want it to do! Like a 3d version of scratch!

    What like gamemaker? Yeah you can but someone would have to have coded the GUI before hand and then the games your able to make wouldn't be as good and probably wouldn't be able to sell/distribute them.

  • #9 Apr 18, 2012

    Just model and tell the computer what you want it to do!

    We can do that, it's called programming or codeing.

  • #10 Aug 6, 2012

    Isn't there a way of making games without having to code? Just model and tell the computer what you want it to do! Like a 3d version of scratch!

    u can use a fps mod(like fps creator 10), i hate those drag-n-drop game makers, but it is what u want.

    What game engine does minecraft use

  • #11 Nov 22, 2012

    N0aX

    • View User Profile
    • View Posts
    • Send Message

    What game engine does minecraft use

    • Tree Puncher
    • Join Date: 7/13/2011
    • Posts: 21
    • Minecraft: N0aX
    • Member Details

    Which is why the game and its components run on Javascript platform.

    Its not JavaScript it is Java They Are two completely different languages.
    JavaScript - Intrepted
    Java - Just In Time Compilation (JIT) With Loads More Language Features And A Huge Library

    And LWJGL Is A Binding For OpenGL A Cross Platform Low Level Libary For Rendering Meaning Inherently Notch Wrote The (Engine)
    Since An Game Engine Us Usually Is A High Level Platform (Or Library) For IO,Sound,Model Loading, And Animation...
    LWJGL

    Is Not An Engine

  • To post a comment, please login.

Posts Quoted:

Reply

Clear All Quotes

  • Home
  • Minecraft Forum
  • Minecraft: Java Edition
  • Discussion
  • Notch, what game engine are you using?


Which engine is used to make Minecraft?

Minecraft
Artist(s)
Markus Toivonen Jasper Boerstra Kristoffer Zetterstrand
Composer(s)
C418
Series
Minecraft
Engine
Lightweight Java Game Library, Custom C++ Library
Minecraft - Wikipediaen.wikipedia.org › wiki › Minecraftnull

Is Minecraft written in C++?

The Bedrock edition is written in C++ and it's been adapted in other languages for different platforms like iOS, but Java still makes up the largest portion of Minecraft's coding languages. It is also the programming language that people most often interact with when coding mods for Minecraft.

Does Minecraft use Java or C++?

Currently, the Minecraft java edition, as its name says, is code in java and the bedrock edtion in C++. Knowing the difference is not really important, all you need to know is that the C++ is an overall much better language of programming. That's why the bedrock edition is able to run much smoothly than the java one.