{"id":19752280,"url":"https://github.com/vanuan/sweethome3d","last_synced_at":"2025-09-12T02:13:54.761Z","repository":{"id":8977584,"uuid":"10722057","full_name":"Vanuan/sweethome3d","owner":"Vanuan","description":"This repository was imported using cvs2git tool","archived":false,"fork":false,"pushed_at":"2017-12-25T09:46:29.000Z","size":71776,"stargazers_count":33,"open_issues_count":8,"forks_count":26,"subscribers_count":5,"default_branch":"swt","last_synced_at":"2025-06-25T08:06:53.658Z","etag":null,"topics":["floorplan","floorplans","homeplan","interior-design"],"latest_commit_sha":null,"homepage":"https://sourceforge.net/p/sweethome3d/feature-requests/572/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vanuan.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":null,"license":"COPYING.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-16T15:48:44.000Z","updated_at":"2025-05-18T10:31:02.000Z","dependencies_parsed_at":"2022-09-09T23:23:29.708Z","dependency_job_id":null,"html_url":"https://github.com/Vanuan/sweethome3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vanuan/sweethome3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanuan%2Fsweethome3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanuan%2Fsweethome3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanuan%2Fsweethome3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanuan%2Fsweethome3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vanuan","download_url":"https://codeload.github.com/Vanuan/sweethome3d/tar.gz/refs/heads/swt","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vanuan%2Fsweethome3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274743034,"owners_count":25341132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["floorplan","floorplans","homeplan","interior-design"],"created_at":"2024-11-12T02:48:36.852Z","updated_at":"2025-09-12T02:13:54.735Z","avatar_url":"https://github.com/Vanuan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"SWEET HOME 3D v 4.1\r\n-------------------\r\n\r\nThis archive contains source code of Sweet Home 3D, an interior design Java application.\r\nPlease read http://www.sweethome3d.com/history.html for more information\r\nabout new features available in this version.\r\n\r\nYou may also download this source code with the following CVS command:\r\n\r\ncvs -z3 -d:pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d co -P -r V_4_1 SweetHome3D\r\n\r\n\r\nHOW TO USE THIS SOURCE CODE\r\n---------------------------\r\n\r\nSource code classes are compatible with Java SE 5, and the directory where\r\nyou find this file contains all the information required to compile source code\r\nas an Eclipse project or with Ant.\r\n\r\nIf you want to compile and test the Java files of this release \r\nwith Eclipse, please follow the next steps:\r\n1. install last JDK 5 or 6 available at http://java.sun.com\r\n2. install Eclipse available at http://www.eclipse.org\r\n3. in Eclipse, select File \u003e Import... menu\r\n4. In \"Select an import source\" list of Import dialog box, \r\n   choose \"Existing project into Workspace\" option\r\n5. click on Next button\r\n6. in \"Select root directory\" text field, \r\n   type or select the path to the root of this archive\r\n7. click on Finish \r\n\r\nYou may execute applications and tests of this archive, with the Eclipse Run menu.\r\nTo execute applications and tests that require Java 3D, open Run Dialog in Eclipse, \r\nselect the Arguments tab of the target application, and add to the VM arguments \r\ntext field the option: \r\n-Djava.ext.dirs=lib/windows/i386;lib, \r\n-Djava.ext.dirs=lib/windows/x64;lib,\r\n-Djava.ext.dirs=lib/macosx:lib, \r\n-Djava.ext.dirs=lib/linux/i386:lib \r\nor -Djava.ext.dirs=lib/linux/x64:lib\r\naccording to your system and its architecture, except under Java 7 and Mac OS X, \r\nwhere VM arguments should be:\r\n-Djava.ext.dirs=lib/macosx/java3d-1.6:lib -Djava.library.path=lib/macosx/java3d-1.6\r\n-Djogamp.gluegen.UseTempJarCache=false -Dcom.eteks.sweethome3d.j3d.useOffScreen3DView=true\r\n\r\nThe last release of Sweet Home 3D can be tested directly as a Java Web Start \r\napplication at http://www.sweethome3d.com/ or as an applet at\r\nhttp://www.sweethome3d.com/SweetHome3DOnLine.html\r\n\r\nIf you want to build Sweet Home 3D with Ant, please install last JDK 5 or 6 and \r\nAnt available at http://ant.apache.org/, and run ant command in the directory where\r\nyou uncompressed this archive.\r\nThe default target provided by build.xml Ant file builds the Jar executable version\r\nin the install subdirectory. Read build.xml Ant file for more information about\r\nother available targets. \r\nNote that the last part of the Ant targets javaWebStart, applet and viewer \r\nrequires a passphrase for keystore to sign the deployed jars. For security reasons, \r\nthe required file keys.keytool isn't provided with this source code. You'll have \r\nfirst to generate this file and choose a passphrase, with the following command run \r\nin the directory where you uncompressed this archive:\r\n  keytool -genkey -keystore keys.keytool -alias SweetHome3D \r\n\r\n\r\n\r\nRead LICENSE.TXT file for more details about licenses applicable to this software\r\nand included materials developed by third parties.\r\n    \r\n    \r\nSweet Home 3D, Copyright (c) 2005-2013 Emmanuel PUYBARET / eTeks. \r\nDistributed under GNU General Public License    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanuan%2Fsweethome3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanuan%2Fsweethome3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanuan%2Fsweethome3d/lists"}