Software Alternatives, Accelerators & Startups

LOVE 2D VS V (programming language)

Compare LOVE 2D VS V (programming language) and see what are their differences

LOVE 2D logo LOVE 2D

Hi there! LÖVE is an *awesome* framework you can use to make 2D games in Lua.

V (programming language) logo V (programming language)

Simple, fast, safe, compiled language for developing maintainable software.
  • LOVE 2D Landing page
    Landing page //
    2018-09-30
  • V (programming language) Landing page
    Landing page //
    2022-11-25

LOVE 2D videos

JRM - "Love (2015)" Movie Review

More videos:

  • Review - Love review the series Ep1
  • Review - LOVE Season 1 Review - Netflix Original

V (programming language) videos

V Programming Language (Vlang): First Impression - Mike Shah

More videos:

  • Review - Introduction to V and its features (Sydney Computing Society)
  • Review - Testing the NEW "V" programming language!
  • Demo - Presentation of Vlang at IBM
  • Review - An introduction to V (Vlang)

Category Popularity

0-100% (relative to LOVE 2D and V (programming language))
Game Development
100 100%
0% 0
Programming Language
0 0%
100% 100
Game Engine
100 100%
0% 0
OOP
0 0%
100% 100

User comments

Share your experience with using LOVE 2D and V (programming language). For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, LOVE 2D should be more popular than V (programming language). It has been mentiond 183 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

LOVE 2D mentions (183)

  • What do I think about Lua after shipping a project with 60k lines of code?
    I have used it a long time ago but I don't remember ever touching C/C++. You can even make simple games without ever going low level thanks to https://love2d.org/! If I recall, most https://stabyourself.net/ games are based on love2d. If you're using Linux/MacOS, you can copy-paste these commands on the terminal and you should be settled:. - Source: Hacker News / 7 days ago
  • What do I think about Lua after shipping a project with 60k lines of code?
    Love2D is popular (https://love2d.org/) Also Lua binaries are available here (https://luabinaries.sourceforge.net/) And a big list of Lua frameworks (https://github.com/uhub/awesome-lua [1] https://github.com/LuaJIT/LuaJIT. - Source: Hacker News / 7 days ago
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    I've built a few games with my son over the years. The fun part for us was all about fast iteration, and then laughing at the bugs together. There are some other recommendations here for how to approach 3d, and he is specifically asking for 3d -- but I want to put in one more pitch for 2d: the fun-to-tedium ratio can be much higher. I wonder if you could spend some time prototyping some of his ideas in LÖVE... - Source: Hacker News / 5 months ago
  • Show HN: A variant of Conway's Game of Life in color you can run on your phone
    * When a cell is born it randomly takes on the color of one of its (3) parents. To try it out: 1. Install LÖVE for your device from https://love2d.org (~5MB and open source). (iOS requires building from source on a Mac, or installing the third-party Love2D Studio: https://love2d-studio.marknoteapp.com) 2. Install my Lua Carousel from https://akkartik.itch.io/carousel (~100KB). It includes all its source code and... - Source: Hacker News / 5 months ago
  • Gearing up for Lua
    Probably the most important piece of software we'll be playing around with is a game engine called LÖVE. Lua is well known around developer circles as being a good scripting language when it comes to making games, and this engine is one of the more popular. I'll be going through installation at the end of this post. - Source: dev.to / 5 months ago
View more

V (programming language) mentions (68)

  • S3 Is Showing Its Age
    That's true for a vast majority of devs, but not for everyone. There are people like Jon Blow and projects like https://vlang.io. - Source: Hacker News / 16 days ago
  • So We've Got a Memory Leak
    V uses a GC by default, but it's easily disabled per function/module via the @[manualfree] attribute or for the entire project via `v -gc none` https://vlang.io. - Source: Hacker News / 29 days ago
  • V Language Review (2023)
    The creator of V made some big claims that raised a few eyeballs, they've gained a reasonable following over the years, have a pretty serious looking website (https://vlang.io) a beer-money level Patreon following and some corporate partnerships/sponsors. However have experienced some pretty brutal takedowns over the years, with some of the bolder claims about the language/compiler being exposed as being. A word I... - Source: Hacker News / 3 months ago
  • Things I've learned about building CLI tools in Python
    Fingers crossed for vlang[0]. It's like golang with better types and more syntactic sugar. Feels like a proper upgrade from Python. I really hope they succeed. [0]: https://vlang.io/. - Source: Hacker News / 8 months ago
  • Ah, Go, with its simple and straightforward syntax, where things just make sense (most of the time, before generics were added)
    And again a No true Scotsman. If that's the kind of attitude you have towards languages, you'll appreciate V infinitely more than you might be appreciating Rust. After all, it offers better solutions than Rust, like autofree, they just aren't there yet :). Source: 11 months ago
View more

What are some alternatives?

When comparing LOVE 2D and V (programming language), you can also consider the following products

Godot Engine - Feature-packed 2D and 3D open source game engine.

Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.

Unity - The multiplatform game creation tools for everyone.

Crystal (programming language) - Programming language with Ruby-like syntax that compiles to efficient native code.

TIC-80 - TIC-80 is a fantasy computer where you can make, play and share tiny games.

D (Programming Language) - D is a language with C-like syntax and static typing.