COLDSTEEL's Sprite Studio is a new generation pixel editor purpose built for game development (although it can be used for anything). Sprite Studio offers creation of graphics and images, animation creation, and scripting via Python, so you can create new features for Sprite Studio.
บทวิจารณ์ทั้งหมด:
1 บทวิจารณ์จากผู้ใช้ - จำเป็นต้องใช้บทวิจารณ์จากผู้ใช้จำนวนมากกว่านี้เพื่อสร้างคะแนน
วันวางจำหน่าย:
2 พ.ย. 2023
ผู้พัฒนา:
ผู้จัดจำหน่าย:
แท็ก

เข้าสู่ระบบ เพื่อเพิ่มผลิตภัณฑ์นี้ลงในสิ่งที่อยากได้ของคุณ ติดตาม หรือทำเครื่องหมายเป็นถูกละเว้น

ซอฟต์แวร์ระหว่างการพัฒนา

มีส่วนร่วมกับซอฟต์แวร์นี้ในขณะที่กำลังพัฒนา

หมายเหตุ: ซอฟต์แวร์ระหว่างการพัฒนานี้ยังไม่เสร็จสมบูรณ์ ซึ่งอาจจะมีหรืออาจจะไม่มีการเปลี่ยนแปลงเพิ่มเติมก็ได้ หากคุณไม่ตื่นเต้นกับการใช้ซอฟต์แวร์นี้ในช่วงสถานะปัจจุบัน คุณควรจะรอเพื่อตัดสินใจในกรณีที่ซอฟต์แวร์มีความคืบหน้าในการพัฒนาเพิ่มเติมมากกว่านี้ เรียนรู้เพิ่มเติม

สิ่งที่ผู้พัฒนาต้องการจะบอก:

เหตุใดจึงเป็นช่วงระหว่างการพัฒนา?

“I've chosen Early Access so people can see what Sprite Studio has to offer. Sprite Studio has been used and tested extensively, but it may still have bugs and crashes. As well, not every planned feature of Sprite Studio is currently implemented. For example, one major feature that is currently in development is the ability to add text to artboards and projects.”

ซอฟต์แวร์นี้จะอยู่ในช่วงระหว่างการพัฒนานานเท่าไรโดยประมาณ?

“Sprite Studio will be in early access only as long as it takes to implement the few remaining features it needs, and to remove any lingering bugs and crashes or other issues in the program. These changes should be implemented in approximately three to six months.”

เวอร์ชันเต็มได้ถูกวางแผนไว้ให้แตกต่างจากเวอร์ชันระหว่างการพัฒนาอย่างไร?

“The full version plans to include many more ways to use and extend Sprite Studio and should contain new tools for modifying artboards, as well as many other quality of life and performance improvements.”

สถานะปัจจุบันของเวอร์ชันระหว่างการพัฒนาเป็นอย่างไร?

“The current state of Sprite Studio is a 'minimum viable product' state. It runs, it doesn't crash a lot, and it can do all the necessary things a pixel editor can do, such as creating projects and artboards, saving them to disk, loading them from disk, and exporting them as images. You can create art in Sprite Studio now, but it may not always be the easiest experience.”

ซอฟต์แวร์นี้จะมีราคาเปลี่ยนแปลงไปหรือไม่ในระหว่างและหลังจากช่วงระหว่างการพัฒนา?

“In all likelihood, Sprite Studio will remain at its current price after Early Access. It may increase by about 1/4 its current price, but that is not a guarantee.”

คุณกำลังวางแผนให้ชุมชนมีส่วนร่วมในขั้นตอนการพัฒนาของคุณอย่างไร?

“The community can reach me directly at my business email account and can message me directly on Sprite Studio's Discord server. In addition, the community can express what features they want to have be mainstays in Sprite Studio by creating scripts that implement those features. If I see that there are many implementations of a particular feature, I will add that feature as a permanent one.”
อ่านเพิ่มเติม
ไม่รองรับภาษาไทย

ผลิตภัณฑ์นี้ไม่รองรับภาษาท้องถิ่นของคุณ โปรดตรวจสอบรายชื่อภาษาที่รองรับก่อนทำการสั่งซื้อ

ซื้อ COLDSTEEL's Sprite Studio

 
ดูกระดานสนทนาทั้งหมด

รายงานจุดบกพร่องและฝากข้อเสนอแนะสำหรับซอฟต์แวร์นี้บนกระดานสนทนา

เกี่ยวกับซอฟต์แวร์นี้

COLDSTEEL's Sprite Studio is a new generation pixel editor allowing you to create pixel art. You can create single large images, or create sprite sheets and animations using Sprite Studio's animation system, which allows you to create animations by linking individual sprites together. And if Sprite Studio lacks a feature you need, you can add it yourself using Python because Sprite Studio supports various types of scripting. You can add your own brushes, events, and even exporters so you can export your art as whatever file type you'd like!

Artboards Power Sprite Studio

Everything is an artboard. You can create one or many artboards and these can represent everything from your entire image to a single frame of an animation. Artboards contain all your modifications, and each has its own copies of layers, so you can store your changes safely in layers.

Animate Your Project

Animations are essentially a way to combine individual artboards together into a series of frames. You can tweak the way animation frames swap and give each frame a custom swap type and custom swap time. Once your animation is complete, you can export it along with your project. The animation is exported as a .ctsa file, a custom file type which describes your animation. You can then load your animation file into your own application using a FOSS library called COLDSTEEL's Sprites, which is available for both Java and C.

Take Sprite Studio to the Limit with Scripting

Using the Python programming language as a scripting vehicle, you can add all manner of new features to Sprite Studio. You can add new types of brushes, new events, and even new exporters using Python. And don't worry if you don't know how to code, because the required knowledge of Python to do all this is very minimal. You will mainly be using Sprite Studio's public API to affect the project, so most of the work has been done for you and you have access to most of the same tools as Sprite Studio's developer.

Share Your Scripts with the Steam Workshop

You can also upload your scripts to the Steam workshop so other people can use them, and you can access other people's scripts as well. In this way, Sprite Studio can be expanded by the community forever!

ความต้องการระบบ

    ขั้นต่ำ:
    • ต้องการโปรเซสเซอร์และระบบปฏิบัติการแบบ 64 บิต
    • ระบบปฏิบัติการ: Windows 10
    • โปรเซสเซอร์: 64 bit 1.0 Ghz
    • หน่วยความจำ: แรม 2 GB
    • กราฟิกส์: Radeon HD 5000 series + / GeForce 400 series +
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 300 MB
    • หมายเหตุเพิ่มเติม: Recommended based on minimum hardware supported needed drivers.
    แนะนำ:
    • ต้องการโปรเซสเซอร์และระบบปฏิบัติการแบบ 64 บิต
    • ระบบปฏิบัติการ: Windows 10/11
    • โปรเซสเซอร์: 64 bit 2.0 Ghz
    • หน่วยความจำ: แรม 4 GB
    • กราฟิกส์: Minimum requirements + 2 Gigs+ VRAM
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 300 MB
    • หมายเหตุเพิ่มเติม: Program performance will scale with more gigs of RAM and VRAM

บทวิจารณ์จากผู้ซื้อ

ประเภทบทวิจารณ์


ประเภทการสั่งซื้อ


ภาษา


ช่วงวันที่
ในการดูบทวิจารณ์ตามช่วงวันที่ โปรดคลิกและลากการเลือกบนกราฟด้านบน หรือคลิกบนแท่งที่กำหนด

แสดงกราฟ



เวลาเล่น
กรองบทวิจารณ์ตามเวลาเล่นของผู้ใช้เมื่อบทวิจารณ์ถูกเขียน:


ไม่มีต่ำสุด ถึง ไม่มีสูงสุด
แสดงผลเป็น:
แสดงกราฟ
 
ซ่อนกราฟ
 
ตัวกรอง
กำลังละเว้นกิจกรรมบทวิจารณ์นอกเรื่อง
เวลาเล่น:
ไม่มีบทวิจารณ์ใดเลยที่ตรงกับตัวกรองที่กำหนดไว้ด้านบน
ปรับแต่งตัวกรอกด้านบนเพื่อดูบทวิจารณ์อื่น ๆ
กำลังโหลดบทวิจารณ์...