Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Liberated Pixel Cup

Some informations about LPC characters generation

bux
Monday, November 28, 2022 - 23:55
bux's picture

Hello here !

I would like to create open source Rust tool and lib to generate character sprites based on LPC. To be able to do like Universal-LPC-Spritesheet-Character-Generator.

Any advice or indication about sprites sets ?

Thanks :)

  • Log in or register to post comments
bluecarrot16
joined 8 years 3 months ago
Tuesday, November 29, 2022 - 20:51

Hello! I'd suggest you start by looking through the code for the generator repo you linked above. Let us know if you have questions. The data about which spritesheets are mutually exclusive, what Z-order they should appear in, etc. is in the sheet_definitions subdirectory. 

You may want to read the first post in this thread https://opengameart.org/forumtopic/lpc-spritesheetcharacter-generator-at... for some more history about similar efforts in the past. I'm only aware of the following active/recent efforts:

- This project by slackadults: https://github.com/Slackaduts/LPC-SpriteCreator 

- BenCreating is experimenting with a new web-based generator, though its meant more as a replacement for the current generator web app, rather than a library for inclusion in games. 

Good luck, and happy to answer other specific questions. 

  • Log in or register to post comments
bux
joined 2 months 3 days ago
Wednesday, November 30, 2022 - 02:12
bux's picture

Hello, thank you a lot. I'm taking a look about all of that !

  • Log in or register to post comments
bux
joined 2 months 3 days ago
Monday, December 5, 2022 - 11:26
bux's picture

There is the source code repository : https://github.com/buxx/lpcg/

  • Log in or register to post comments